Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GroupSparkline Method / GroupSparkline(CellRange[],SparklineType) Method
The location.
The type.
Example


In This Topic
    GroupSparkline(CellRange[],SparklineType) Method
    In This Topic
    Groups the sparkline and sets the type of the new group.
    Syntax
    'Declaration
     
    
    Public Overloads Function GroupSparkline( _
       ByVal location() As CellRange, _
       ByVal type As SparklineType _
    ) As ExcelSparklineGroup
    'Usage
     
    
    Dim instance As SheetView
    Dim location() As CellRange
    Dim type As SparklineType
    Dim value As ExcelSparklineGroup
     
    value = instance.GroupSparkline(location, type)

    Parameters

    location
    The location.
    type
    The type.
    Example

    This example creates a sparkline in a cell.

    See Also